home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / osr5 / sco / scripts / index < prev    next >
Encoding:
Text File  |  1997-08-26  |  6.2 KB  |  112 lines

  1. scripts/
  2. Interpreted programs, mostly ksh and gawk scripts.  These were written for SCO
  3. XENIX and SCO UNIX, but most should be portable to other flavors of UNIX
  4. without too much trouble.  If you don't have ksh for the #!/bin/ksh scripts,
  5. try pd-ksh, bash, or zsh.  For the gawk scripts, use version 2.15.5 or later. 
  6. A gawk 3.0.0 binary for SCO 5.0 can be found in the scobins/ directory.
  7.  
  8. Filename   Description
  9. add        Add up the numbers in a column in a tab-separated-column file.
  10. address    Look up an address in address databases.
  11. aj         Prints all the "interesting" jobs you are running on any terminal.
  12. altchars   Print alternate character set for a terminal using terminfo database
  13. arc2tarz   Convert an "arc" archive to a compressed tar archive.
  14. asc        Print the ASCII values of text characters.
  15. aw         Report what the active (idle less than 10 minutes) users are doing.
  16. bell       Disable/enable bell on terminals; set visual bell on console.
  17. bigcal     Print a big calendar.
  18. bigfiles   Find large uncompressed files (candidates for compression).
  19. bills      Process a receipts file & generate statistics from it.
  20. brandimg   Imprint text on images.
  21. capture    Capture the current XENIX/UNIX console screen to a file.
  22. cbase      Convert C-style constants to decimal.
  23. checks     Minimal checking account tracking utility.
  24. chr        Print the characters whose ASCII values you give.
  25. client.sh  Minimal shell script version of "client" utility.
  26. cmorse     Convert text to morse code tones (console only).
  27. cmp_termio Compare tty parameters.
  28. comptree   Compares the files in two directory trees.
  29. config     Account configuration utility.
  30. conglom    Concatenate files to other files & remove the originals.
  31. corename   Tell what produced a core file.
  32. dial       Look up and dial a number.
  33. dissociate Run processes dissociated from tty.
  34. dofiles    Deal with all those file that accumulate in your directories.
  35. edcron     Edit your existing crontab file & automatically resubmit it.
  36. efn        Move files by editing their file names with your favorite editor.
  37. exp        Process expenses file to determine amounts owed (man page in doc/).
  38. exp_notify Run expense tracking programs and mail reminders to those who owe.
  39. fb         Command line interface to bc; also invokes bc with high precision.
  40. filt       Pass files through a specified filter.
  41. find_cryst Find a crystal & divisor that will produce a desired freqency.
  42. fix_newsrc Clean up a .newsrc by removing unread article ranges.
  43. fixdate    Fix up the date fields of records in a file.
  44. fixnames   Deal with filenames that contain problematic characters.
  45. fmtawksh   Format awk, sh, and ksh scripts for printing.
  46. frcp       Copy files using ftp but with rcp-type command line syntax.
  47. fs         Show filesystem space and inode usage.
  48. groups     Show what groups you or another user are in.
  49. ibmchars   Diplay IBM extended characters and their decimal and octal values.
  50. iu         List the number of files that exist in and below directories.
  51. l-d        Print a long listing of directories only.
  52. l-len      Print a long directory listing sorted by filename length.
  53. l-z        Print a long directory listing sorted by file size.
  54. lastlogin  Print last login times of users.
  55. lchild     List processes on this tty that have children.
  56. lensort    Sort lines by their length.
  57. libupdate  Update libraries included in interpreted (script) programs.
  58. linerec    Concatenate records into lines.
  59. loginstat  Print statistics on user logins (takes a while to run).
  60. lowercase  Change filenames to lower case.
  61. mail/      Mail utilities.
  62. maim       Kill processes by name.
  63. manifest   Print manifest defines set by cc.
  64. mbill      Process a monthly bills file to track payments.
  65. mkdirlist  Make a file of directory names for searching with 'look'.
  66. mkhexrec   Translate input in a simple format into Intel hex records.
  67. mlast      Report last logins on modem lines.
  68. mlookup    Tell what a mail address will be expanded to.
  69. modems     Show who is using the modems.
  70. msgs       Print the system messages for users.
  71. name       Print the "real" names of users.
  72. ncp        A nicer front end for cp (has -i, etc.).
  73. newext     Change the extension of a group of files.
  74. newinfo    Modify a terminfo description and execute a process using it.
  75. nfile      Run a utility on files & prefix output w/filename being processed.
  76. nmv        A nicer front end for mv (has -i, etc.).
  77. p          A pager front end that handles compressed files.
  78. pages      Print specified pages from files.
  79. postings   Use postings file to generate report of which groups were posted to.
  80. ppmbrowse  Build an image browser.
  81. proctree   Display process parent-child relationships in tree format.
  82. psn        Lists processes whose name matches a pattern.
  83. pss        List processes sorted by any column.
  84. rename     Change the names of files that match a pattern.
  85. repeat     Execute a command multiple times.
  86. segclock   A 25-segment-display clock.
  87. setperm    Copy permissions from a file to others.
  88. settabs    Restore default tabs on an ANSI terminal.
  89. shorten    Make filenames shorter.
  90. sortaddr   Sort an address file.
  91. stfix      Reset various scoterm parameters - pointer, colors, scrolling region
  92. tarz       Create compressed tar archive from directory contents.
  93. te         Locate commands and run other commands on them.
  94. toroff     Converts normal text formatting to *roff formatted text.
  95. u          List the users who are logged on.
  96. ucomm      Show which files lines occur in & select lines based on that.
  97. ulock      Lock all screens that a user is logged into.
  98. unarch     Unarchive a (possibly compressed) tar or cpio file into a directory.
  99. unixtime   Converts UNIX-format time values to human-readable form.
  100. upstat     Shows statistics on uptime, reboots, etc. (long runtime!)
  101. userprocs  Report number of processes each user is running.
  102. uucon      Find last successful UUCP connections.
  103. uudec      Carefully uudecode multiple files.
  104. uuenc      uuencode multiple files.
  105. ve         Edit a file in $EDITPATH
  106. vidtype    Tell what type of video adapter console ttys are associated with.
  107. vtree      Print a visual display of a directory tree.
  108. waiting    Symbolically show process' wait channel (like BSD ps).
  109. where      Show where commands that match a pattern are.
  110. zedit      Edit a compressed file.
  111.  
  112.